home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Microsoft / Expression Blend / Blend.en.msi / Sparkle.VShelf.App.xaml.cs.en < prev    next >
Encoding:
Text File  |  2007-01-30  |  403 b   |  19 lines

  1. ∩╗┐using System;
  2. using System.IO;
  3. using System.Net;
  4. using System.Security;
  5. using System.Security.Permissions;
  6. using System.Windows;
  7. using System.Windows.Controls;
  8. using System.Windows.Data;
  9. using System.Windows.Media;
  10. using System.Windows.Media.Animation;
  11. using System.Windows.Navigation;
  12.  
  13. namespace VideoShelf
  14. {
  15.     public partial class App : System.Windows.Application
  16.     {
  17.     }
  18. }
  19.